This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
RE: Anonymous web form fires WebQuerySave Agent, but actually doesn't save ~Fritz Breluly 12.Dec.03 07:43 PM a Web browser Domino Designer 6.0.1iSeries
Is the agent running under anonymous authority or under the signer's authority? Does the person under whose authority the agent is running have access to create documents in that database?
If the agent is in script try putting this debugging code in there and post the error that is written to the misc log.
'--== Error Handling
On Error Goto ErrorHandler
%REM
Your code here
%END REM